type net/http.http2Transport

36 uses

	net/http (current package)
		client.go#L327: 	case *http2Transport, http2noDialH2RoundTripper:
		h2_bundle.go#L768: 	t *http2Transport
		h2_bundle.go#L886: func (p *http2clientConnPool) addConnIfNeeded(key string, t *http2Transport, c *tls.Conn) (used bool, err error) {
		h2_bundle.go#L922: func (c *http2addConnCall) run(t *http2Transport, key string, tc *tls.Conn) {
		h2_bundle.go#L7203: type http2Transport struct {
		h2_bundle.go#L7336: func (t *http2Transport) markNewGoroutine() {
		h2_bundle.go#L7343: func (t *http2Transport) newTimer(d time.Duration) http2timer {
		h2_bundle.go#L7351: func (t *http2Transport) afterFunc(d time.Duration, f func()) http2timer {
		h2_bundle.go#L7358: func (t *http2Transport) contextWithTimeout(ctx context.Context, d time.Duration) (context.Context, context.CancelFunc) {
		h2_bundle.go#L7365: func (t *http2Transport) maxHeaderListSize() uint32 {
		h2_bundle.go#L7375: func (t *http2Transport) maxFrameReadSize() uint32 {
		h2_bundle.go#L7388: func (t *http2Transport) disableCompression() bool {
		h2_bundle.go#L7392: func (t *http2Transport) pingTimeout() time.Duration {
		h2_bundle.go#L7412: func http2ConfigureTransports(t1 *Transport) (*http2Transport, error) {
		h2_bundle.go#L7416: func http2configureTransports(t1 *Transport) (*http2Transport, error) {
		h2_bundle.go#L7418: 	t2 := &http2Transport{
		h2_bundle.go#L7459: func (t *http2Transport) connPool() http2ClientConnPool {
		h2_bundle.go#L7464: func (t *http2Transport) initConnPool() {
		h2_bundle.go#L7475: 	t             *http2Transport
		h2_bundle.go#L7696: func (t *http2Transport) RoundTrip(req *Request) (*Response, error) {
		h2_bundle.go#L7725: func (t *http2Transport) RoundTripOpt(req *Request, opt http2RoundTripOpt) (*Response, error) {
		h2_bundle.go#L7773: func (t *http2Transport) CloseIdleConnections() {
		h2_bundle.go#L7835: func (t *http2Transport) dialClientConn(ctx context.Context, addr string, singleUse bool) (*http2ClientConn, error) {
		h2_bundle.go#L7850: func (t *http2Transport) newTLSConfig(host string) *tls.Config {
		h2_bundle.go#L7864: func (t *http2Transport) dialTLS(ctx context.Context, network, addr string, tlsCfg *tls.Config) (net.Conn, error) {
		h2_bundle.go#L7887: func (t *http2Transport) disableKeepAlives() bool {
		h2_bundle.go#L7891: func (t *http2Transport) expectContinueTimeout() time.Duration {
		h2_bundle.go#L7898: func (t *http2Transport) maxDecoderHeaderTableSize() uint32 {
		h2_bundle.go#L7905: func (t *http2Transport) maxEncoderHeaderTableSize() uint32 {
		h2_bundle.go#L7912: func (t *http2Transport) NewClientConn(c net.Conn) (*http2ClientConn, error) {
		h2_bundle.go#L7916: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool) (*http2ClientConn, error) {
		h2_bundle.go#L10272: func (t *http2Transport) vlogf(format string, args ...interface{}) {
		h2_bundle.go#L10278: func (t *http2Transport) logf(format string, args ...interface{}) {
		h2_bundle.go#L10368: type http2noDialH2RoundTripper struct{ *http2Transport }
		h2_bundle.go#L10378: func (t *http2Transport) idleConnTimeout() time.Duration {
		h2_bundle.go#L10467: func (t *http2Transport) dialTLSWithContext(ctx context.Context, network, addr string, cfg *tls.Config) (*tls.Conn, error) {